home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 79 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: EU.net!sun4nl!xs4all!usenet
  2. From: muaddib@xs4all.nl (thomas)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: opening muimaster.library from another lib
  5. Date: 2 Jan 1996 18:25:02 GMT
  6. Organization: XS4ALL, networking for the masses
  7. Message-ID: <653.6575T1179T2029@xs4all.nl>
  8. References: <oj6entlm4tk.fsf@hpsrk.fc.hp.com> <30e835db@lls.se><621.6574T1181T1758@xs4all.nl> <oj6iviulf65.fsf@hpsrk.fc.hp.com>
  9. NNTP-Posting-Host: undiscovered.xs4all.nl
  10. X-Newsreader: THOR 2.2 (Amiga;TCP/IP) *UNREGISTERED*
  11.  
  12. >> But this means everytime a program opens the library, the libraries this
  13. >> library uses will be reopened, this, I believe, can cause serious problems
  14. >> when you open a library which allocates a new base for every user.
  15.  
  16. >Good point, although in this case there is just one lib base no matter
  17. >how many openers.
  18.  
  19. Yes, but still it's strange to do it multiple times when once is enough.
  20.  
  21. >But it looks like I'll have to move it out of __UserLibInit to make it
  22. >work anyway.
  23.  
  24. Do you use SAS/C lib thingies? Well, I don't, I like to have full control,
  25. and I don't know any reason why one wants to use them, it's just as easy
  26. to do it yourself.
  27.  
  28. thomas
  29.  
  30.